MCPcopy Create free account
hub / github.com/conflow-dev/ConFlow / gaussrand

Function gaussrand

sgx_tf_ops/Enclave/Enclave.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57float gaussrand(float mean, float stdc) {
58 return mean + gaussrand_NORMAL() * stdc;
59}
60
61double sgx_arr[10][128] = {-0.413019, -0.648176, -0.738965, -0.94625, -0.787735, 0.162664, 0.855689, 0.296127, 0.022478, 0.443469, 0.942409, -0.283812, 0.068085, -0.829333, 0.624474, -0.611512, -0.840649, -0.801917, 0.196708, 0.167713, -0.769749, -0.917539, -0.831678, 0.493822, 0.980103, 0.909316, -0.315548, -0.783482, 0.153313, -0.177654, -0.661152, -0.636425, 0.813227, -0.253926, 0.913525, 0.759812, -0.731122, -0.378765, 0.306895, -0.996104, -0.188659, 0.734144, 0.43832, -0.907707, -0.121548, -0.576072, 0.991638, -0.555703, 0.258666, 0.896797, -0.18211, 0.085026, -0.990219, -0.417657, 0.335172, 0.353607, 0.730925, -0.433116, 0.131238, 0.457873, 0.851551, 0.242515, 0.43129, 0.669351, -0.939598, 0.790791, 0.07347, -0.644559, -0.884442, -0.741217, -0.508293, 0.249204, -0.308592, 0.571099, 0.820891, 0.377655, 0.676666, -0.884371, -0.002113, 0.890487, -0.082762, 0.786785, 0.168079, -0.256825, 0.291531, 0.1631, 0.504951, -0.946527, 0.02267, 0.748698, -0.376927, 0.630698, 0.301554, -0.492495, 0.644448, 0.732006, 0.185314, -0.895886, -0.097512, -0.998885, 0.767601, 0.724479, 0.355212, 0.357027, 0.421804, 0.430587, -0.574356, 0.577541, -0.142626, -0.494353, 0.651517, -0.145511, 0.967618, 0.185087, -0.425051, -0.044654, -0.086515, -0.615955, 0.979642, -0.644917, -0.232692, -0.265945, -0.430869, -0.556808, 0.108713, 0.245, 0.803278, -0.754665,
620.420703, -0.529539, 0.495861, -0.86936, -0.869864, -0.916696, 0.521018, 0.299828, -0.043925, -0.314319, -0.447982, -0.173597, 0.345998, -0.474339, -0.712097, 0.415244, 0.270195, -0.458431, 0.817267, 0.389846, 0.203676, 0.930971, 0.096953, -0.280005, 0.135916, 0.186633, -0.315872, 0.388978, 0.691847, -0.127426, 0.65889, 0.138309, 0.207046, -0.740637, -0.187584, 0.937982, -0.774958, 0.078726, -0.548511, 0.670203, 0.221834, -0.255117, -0.591096, 0.434223, 0.266535, 0.791996, 0.735776, -0.886526, -0.928048, -0.528174, -0.811105, 0.368926, 0.522331, 0.550746, -0.700383, -0.06747, -0.737163, -0.120161, 0.910405, -0.004433, 0.743641, -0.361578, -0.527923, -0.788883, 0.604422, 0.381966, 0.59205, 0.359441, -0.064645, 0.22181, -0.665297, -0.917389, 0.763778, 0.941509, -0.002481, -0.378019, -0.536694, 0.819572, 0.254516, 0.762784, 0.124234, 0.586586, 0.943696, 0.710183, -0.885489, -0.098143, -0.292981, 0.43312, 0.906848, -0.230391, -0.185604, 0.049871, 0.945854, -0.224995, -0.992853, 0.31274, -0.838917, -0.69046, 0.215614, -0.253144, 0.989716, -0.492364, -0.872724, 0.024907, -0.827176, 0.458509, 0.757806, 0.547988, 0.698675, -0.846329, 0.070607, -0.126691, -0.239857, 0.582154, 0.44086, -0.03253, -0.374366, 0.100211, 0.073514, -0.922076, 0.214262, 0.680087, -0.708626, -0.377121, -0.178296, 0.813442, -0.949186, 0.156337,

Callers 15

emb_ssFunction · 0.85
ecall_encryptFunction · 0.85
ecall_reluFunction · 0.85
ecall_sigmoidFunction · 0.85
ecall_relu_gradFunction · 0.85
ecall_sigmoid_gradFunction · 0.85
ecall_logloss_gradFunction · 0.85
ecall_tanhFunction · 0.85
ecall_tanh_gradFunction · 0.85
ecall_softplusFunction · 0.85
ecall_softplus_gradFunction · 0.85
ecall_leakyreluFunction · 0.85

Calls 1

gaussrand_NORMALFunction · 0.85

Tested by

no test coverage detected