/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/ |
TTest.java | 196 * <code>var = sqrt(((n1 - 1)var1 + (n2 - 1)var2) / ((n1-1) + (n2-1)))</code> 199 * <strong><code>var2</code></strong> the variance of the second sample. 222 * <code> t = (m1 - m2) / sqrt(var1/n1 + var2/n2)</code> 229 * <strong><code> var2</code></strong> is the variance of the second sample; 254 * <code> t = (m1 - m2) / sqrt(var1/n1 + var2/n2)</code> 261 * <strong><code> var2</code></strong> is the variance of the second sample 297 * <code>var = sqrt(((n1 - 1)var1 + (n2 - 1)var2) / ((n1-1) + (n2-1)))</code> 300 * <strong><code>var2</code></strong> the variance of the second sample. [all...] |
TTestImpl.java | 237 * <code>var = sqrt(((n1 - 1)var1 + (n2 - 1)var2) / ((n1-1) + (n2-1)))</code> 240 * <strong><code>var2</code></strong> the variance of the second sample. 270 * <code> t = (m1 - m2) / sqrt(var1/n1 + var2/n2)</code> 277 * <strong><code> var2</code></strong> is the variance of the second sample; 309 * <code> t = (m1 - m2) / sqrt(var1/n1 + var2/n2)</code> 316 * <strong><code> var2</code></strong> is the variance of the second sample 358 * <code>var = sqrt(((n1 - 1)var1 + (n2 - 1)var2) / ((n1-1) + (n2-1)))</code> 361 * <strong><code>var2</code></strong> the variance of the second sample. [all...] |
/external/clang/test/SemaCXX/ |
functional-cast.cpp | 58 char ***var2 = cppp(var); local 59 char ***const &var3 = var2;
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-private.hh | 38 #define complex_var_u8_0() var2.u8[2] 39 #define complex_var_u8_1() var2.u8[3]
|
hb-coretext.cc | [all...] |
hb-buffer-private.hh | 131 /* The bits here reflect current allocations of the bytes in glyph_info_t's var1 and var2. */
|
hb-buffer.h | 71 hb_var_int_t var2; member in struct:hb_glyph_info_t
|
hb-directwrite.cc | 866 info->var2.i32 = glyphOffsets[i].ascenderOffset; 880 pos->y_offset = y_mult * info->var2.i32;
|
hb-uniscribe.cc | 1013 info->var2.i32 = offsets[i].dv; 1027 pos->y_offset = y_mult * info->var2.i32;
|
/external/llvm/test/CodeGen/AArch64/ |
func-argpassing.ll | 128 define i32 @struct_on_stack(i8 %var0, i16 %var1, i32 %var2, i64 %var3, i128 %var45, 149 define void @stacked_fpu(float %var0, double %var1, float %var2, float %var3,
|
/external/clang/test/Sema/ |
MicrosoftExtensions.c | 40 NOTNESTED var2; member in struct:nested1
|
/external/llvm/test/Bitcode/ |
use-list-order.ll | 17 @var2 = global i3* @target
|
/external/llvm/test/Transforms/LoopVersioningLICM/ |
loopversioningLICM1.ll | 20 define i32 @foo(i32* nocapture %var1, i32* nocapture readnone %var2, i32* nocapture %var3, i32 %itr) #0 {
|
/external/webrtc/webrtc/libjingle/xmpp/ |
mucroomdiscoverytask_unittest.cc | 112 " <data:field var='var2' data:value='value2' />"
|
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/ |
bosch_bmp280.c | 514 int32_t var2 = (((tmp * tmp) >> 12) * (int32_t)mTask.comp.dig_T3) >> 14; local 516 int32_t sum = var1 + var2;
|
/external/clang/test/CodeGen/ |
ppc64-complex-parms.c | 61 // CHECK: %[[VAR2:[A-Za-z0-9.]+]] = getelementptr inbounds { float, float }, { float, float }* %[[VAR1]], i32 0, i32 0 63 // CHECK: store float 2.000000e+00, float* %[[VAR2]]
|
arm-abi-vector.c | 181 // CHECK: [[VAR2:%.*]] = load <19 x i8>*, <19 x i8>** [[VAR]] 185 // APCS-GNU: [[VAR2:%.*]] = load <19 x i8>*, <19 x i8>** [[VAR]] 189 // ANDROID: [[VAR2:%.*]] = load <19 x i8>*, <19 x i8>** [[VAR]]
|
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/ |
kalman_filter_test.py | 413 var2 = kf.predict_state_var( 421 self.assertAllClose(var2.eval()[2], batch_eval[2])
|
/external/v8/benchmarks/ |
deltablue.js | 341 function BinaryConstraint(var1, var2, strength) { 344 this.v2 = var2; 514 function EqualityConstraint(var1, var2, strength) { 515 EqualityConstraint.superConstructor.call(this, var1, var2, strength);
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 506 const char* var1, const string& val1, const char* var2, 512 if (var2) { 513 vars[var2] = val2;
|
cpp_helpers.h | 232 const char* var1 = NULL, const string& val1 = "", const char* var2 = NULL,
|
/external/tensorflow/tensorflow/contrib/framework/python/ops/ |
variables_test.py | [all...] |
/external/deqp/external/vulkancts/data/vulkan/glsl/es310/ |
linkage.test | [all...] |
/external/clang/test/Misc/ |
ast-dump-color.cpp | 24 int var2; member in class:Mutex 72 //CHECK: {{^}}[[Blue]]| |-[[RESET]][[GREEN]]FieldDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]line:24:3[[RESET]], [[Yellow]]col:7[[RESET]]> [[Yellow]]col:7[[RESET]][[CYAN]] var2[[RESET]] [[Green]]'int'[[RESET]]{{$}}
|
/external/deqp/data/gles3/shaders/ |
linkage.test | [all...] |