/prebuilts/go/linux-x86/src/math/big/ |
floatexample_test.go | 125 // sample operands above require 2 bits to represent mantissa
|
rat_test.go | 373 // Generate a distribution of (sign, mantissa, exp) values 409 t.Errorf("(input was mantissa %#x, exp %d; f = %g (%b); f ~ %g; r = %v)", 421 // Generate a distribution of (sign, mantissa, exp) values 457 t.Errorf("(input was mantissa %#x, exp %d; f = %g (%b); f ~ %g; r = %v)",
|
sqrt_test.go | 14 // TestFloatSqrt64 tests that Float.Sqrt of numbers with 53bit mantissa
|
/prebuilts/go/linux-x86/src/runtime/ |
softfloat64_test.go | 39 1.9999999999999998, // all 1s mantissa
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pow.py | 119 # mantissa bits, though, and thereafer fiveto will be even.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pow.py | 119 # mantissa bits, though, and thereafer fiveto will be even.
|
/system/media/audio_utils/tests/ |
power_tests.cpp | 147 // f_values should have limited mantissa
|
/toolchain/binutils/binutils-2.27/include/ |
floatformat.h | 29 /* A floatformat consists of a sign bit, an exponent and a mantissa. Once the
|
/frameworks/rs/tests/lldb/tests/harness/ |
RS_funs.py | 326 float ldexp(float mantissa, int exponent); 327 float2 ldexp(float2 mantissa, int exponent); 328 float2 ldexp(float2 mantissa, int2 exponent); 329 float3 ldexp(float3 mantissa, int exponent); 330 float3 ldexp(float3 mantissa, int3 exponent); 331 float4 ldexp(float4 mantissa, int exponent); 332 float4 ldexp(float4 mantissa, int4 exponent); [all...] |
/frameworks/rs/script_api/include/ |
rs_math.rsh | [all...] |
/prebuilts/sdk/renderscript/include/ |
rs_math.rsh | [all...] |
/external/aac/libSBRdec/src/ |
env_calc.cpp | 137 special Mantissa-Exponent format ( see calculateSbrEnvelope() ) are being 800 into mantissa and exponent. The variable names in the source code carry 808 research-implementation) of a mantissa/exponent-pair can be calculated as [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_emit.c | 185 float mantissa; local 194 mantissa = frexpf(f, &exponent); 197 if (mantissa < 0) { 199 mantissa = mantissa * -1.0; 204 /* Kill 7 LSB of mantissa */ [all...] |
/hardware/intel/img/psb_video/src/ |
psb_overlay.c | 304 pCoeff[pos].mantissa = icoeff << res; 308 pCoeff[pos].mantissa = icoeff << res; 312 pCoeff[pos].mantissa = icoeff << res; 316 pCoeff[pos].mantissa = icoeff << res; 706 xcoeffY[pos].mantissa); 714 xcoeffUV[pos].mantissa); [all...] |
/external/eigen/bench/ |
bench_norm.cpp | 116 it = std::numeric_limits<Scalar>::digits; //NumTraits<Scalar>::Mantissa; // number of base-beta digits in mantissa
|
/external/llvm/lib/Target/AArch64/ |
AArch64TargetMachine.cpp | 146 // steps to refine the result for float (23 mantissa bits) and for double 147 // (52 mantissa bits) are 2 and 3, respectively.
|
/external/tensorflow/tensorflow/core/kernels/ |
sparse_matmul_op_test.cc | 280 // zero out lower 16-bits of mantissa of data3 values 322 // float values with only 7 mantissa bits (bfloat representable)
|
/frameworks/native/opengl/libs/GLES_CM/ |
glext_api.in | 235 GLbitfield API_ENTRY(glQueryMatrixxOES)(GLfixed *mantissa, GLint *exponent) { 236 CALL_GL_API_RETURN(glQueryMatrixxOES, mantissa, exponent);
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
MainActivity.java | 367 byte mantissa = (byte)(i); 369 buffer_half[i] = (short)((exponent << 8) | mantissa);
|
/prebuilts/go/darwin-x86/src/go/types/testdata/ |
shifts.src | 281 var mantissa uint64 283 _ = mantissa & (1<<shift - 1)
|
/prebuilts/go/linux-x86/src/go/types/testdata/ |
shifts.src | 281 var mantissa uint64 283 _ = mantissa & (1<<shift - 1)
|
/toolchain/binutils/binutils-2.27/gas/ |
atof-generic.c | 504 * multiply into power mantissa 578 * power_of_10_flonum is power of ten in binary (mantissa) , (exponent).
|
/bionic/libm/x86/ |
e_hypot.S | 41 // Get S ~ sqrt(x^2+y^2) (leading 1 + leading 25 mantissa bits)
|
/bionic/libm/x86_64/ |
e_hypot.S | 41 // Get S ~ sqrt(x^2+y^2) (leading 1 + leading 25 mantissa bits)
|
/external/aac/libAACdec/src/ |
aacdec_tns.h | 142 keep necessary mantissa headroom so that while applying the TNS predictor
|