HomeSort by relevance Sort by last modified time
    Searched refs:precision (Results 76 - 100 of 558) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/libxslt/libexslt/
math.c 348 * @precision: number
353 * Returns a number value of the given constant with the given precision or
358 exsltMathConstant (xmlChar *name, double precision) {
362 if ((name == NULL) || (xmlXPathIsNaN(precision)) || (precision < 1.0)) {
369 if (precision <= len)
370 len = (int)precision;
377 if (precision <= len)
378 len = (int)precision;
385 if (precision <= len
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/angle/
ANGLEPlatformBridge.h 53 ShPrecisionType precision; member in struct:WebCore::ANGLEShaderSymbol
  /external/flac/libFLAC/
float.c 275 FLAC__uint32 FLAC__fixedpoint_log2(FLAC__uint32 x, unsigned fracbits, unsigned precision)
286 if(precision > LOG2_LOOKUP_PRECISION)
287 precision = LOG2_LOOKUP_PRECISION;
293 while (x > ONE && k < precision) {
  /external/tcpdump/
ntp.h 44 * |LI | VN |Mode | Stratum | Poll | Precision |
82 int precision:8; member in struct:ntpdata
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/
acos_valarray.pass.cpp 25 o.precision(p);
asin_valarray.pass.cpp 25 o.precision(p);
atan2_valarray_valarray.pass.cpp 25 o.precision(p);
atan2_valarray_value.pass.cpp 25 o.precision(p);
atan2_value_valarray.pass.cpp 25 o.precision(p);
atan_valarray.pass.cpp 25 o.precision(p);
cos_valarray.pass.cpp 25 o.precision(p);
cosh_valarray.pass.cpp 25 o.precision(p);
exp_valarray.pass.cpp 25 o.precision(p);
log10_valarray.pass.cpp 25 o.precision(p);
log_valarray.pass.cpp 25 o.precision(p);
pow_valarray_valarray.pass.cpp 25 o.precision(p);
pow_valarray_value.pass.cpp 25 o.precision(p);
pow_value_valarray.pass.cpp 25 o.precision(p);
sin_valarray.pass.cpp 25 o.precision(p);
sinh_valarray.pass.cpp 25 o.precision(p);
sqrt_valarray.pass.cpp 25 o.precision(p);
tan_valarray.pass.cpp 25 o.precision(p);
tanh_valarray.pass.cpp 25 o.precision(p);
  /external/valgrind/main/none/tests/ppc32/
test_dfp5.c 384 precision_type_t precision; member in struct:dfp_one_arg_test
392 precision_type_t precision; member in struct:dfp_one_arg_bcd_test
417 if (test_def.precision == LONG_TEST) {
430 if (test_def.precision == QUAD_TEST) {
433 if (test_def.precision == LONG_TEST)
462 if (test_def.precision == LONG_TEST)
483 if (test_def.precision == LONG_TEST) {
494 if (test_def.precision == QUAD_TEST) {
497 if (test_def.precision == LONG_TEST)
531 if (test_def.precision == LONG_TEST)
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_dfp5.c 384 precision_type_t precision; member in struct:dfp_one_arg_test
392 precision_type_t precision; member in struct:dfp_one_arg_bcd_test
417 if (test_def.precision == LONG_TEST) {
430 if (test_def.precision == QUAD_TEST) {
433 if (test_def.precision == LONG_TEST)
462 if (test_def.precision == LONG_TEST)
483 if (test_def.precision == LONG_TEST) {
494 if (test_def.precision == QUAD_TEST) {
497 if (test_def.precision == LONG_TEST)
531 if (test_def.precision == LONG_TEST)
    [all...]

Completed in 2213 milliseconds

1 2 34 5 6 7 8 91011>>