HomeSort by relevance Sort by last modified time
    Searched full:precision (Results 1326 - 1350 of 7852) sorted by null

<<51525354555657585960>>

  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
avxintrin.h 384 /// returned as 64-bit double-precision floating-point values.
399 /// Bit [3] is a precision exception value: \n
431 /// Bit [3] is a precision exception value: \n
448 /// double-precision floating-point values.
465 /// 64-bit double-precision floating-point values.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
avxintrin.h 384 /// returned as 64-bit double-precision floating-point values.
399 /// Bit [3] is a precision exception value: \n
431 /// Bit [3] is a precision exception value: \n
448 /// double-precision floating-point values.
465 /// 64-bit double-precision floating-point values.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
avxintrin.h 384 /// returned as 64-bit double-precision floating-point values.
399 /// Bit [3] is a precision exception value: \n
431 /// Bit [3] is a precision exception value: \n
448 /// double-precision floating-point values.
465 /// 64-bit double-precision floating-point values.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
avxintrin.h 384 /// returned as 64-bit double-precision floating-point values.
399 /// Bit [3] is a precision exception value: \n
431 /// Bit [3] is a precision exception value: \n
448 /// double-precision floating-point values.
465 /// 64-bit double-precision floating-point values.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
avxintrin.h 384 /// returned as 64-bit double-precision floating-point values.
399 /// Bit [3] is a precision exception value: \n
431 /// Bit [3] is a precision exception value: \n
448 /// double-precision floating-point values.
465 /// 64-bit double-precision floating-point values.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
avxintrin.h 384 /// returned as 64-bit double-precision floating-point values.
399 /// Bit [3] is a precision exception value: \n
431 /// Bit [3] is a precision exception value: \n
448 /// double-precision floating-point values.
465 /// 64-bit double-precision floating-point values.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
avxintrin.h 384 /// returned as 64-bit double-precision floating-point values.
399 /// Bit [3] is a precision exception value: \n
431 /// Bit [3] is a precision exception value: \n
448 /// double-precision floating-point values.
465 /// 64-bit double-precision floating-point values.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
avxintrin.h 384 /// returned as 64-bit double-precision floating-point values.
399 /// Bit [3] is a precision exception value: \n
431 /// Bit [3] is a precision exception value: \n
448 /// double-precision floating-point values.
465 /// 64-bit double-precision floating-point values.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
avxintrin.h 384 /// returned as 64-bit double-precision floating-point values.
399 /// Bit [3] is a precision exception value: \n
431 /// Bit [3] is a precision exception value: \n
448 /// double-precision floating-point values.
465 /// 64-bit double-precision floating-point values.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
avxintrin.h 384 /// returned as 64-bit double-precision floating-point values.
399 /// Bit [3] is a precision exception value: \n
431 /// Bit [3] is a precision exception value: \n
448 /// double-precision floating-point values.
465 /// 64-bit double-precision floating-point values.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
avxintrin.h 384 /// returned as 64-bit double-precision floating-point values.
399 /// Bit [3] is a precision exception value: \n
431 /// Bit [3] is a precision exception value: \n
448 /// double-precision floating-point values.
465 /// 64-bit double-precision floating-point values.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
avxintrin.h 384 /// returned as 64-bit double-precision floating-point values.
399 /// Bit [3] is a precision exception value: \n
431 /// Bit [3] is a precision exception value: \n
448 /// double-precision floating-point values.
465 /// 64-bit double-precision floating-point values.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
timex.h 33 long int precision; /* clock precision (usec) (read only) */ member in struct:timex
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
timex.h 33 long int precision; /* clock precision (usec) (read only) */ member in struct:timex
  /prebuilts/gdb/darwin-x86/lib/python2.7/
timeit.py 20 -v/--verbose: print raw timing results; repeat for more digits precision
267 precision = 3
283 precision += 1
305 print "%d loops -> %.*g secs" % (number, precision, x)
315 print "raw times:", " ".join(["%.*g" % (precision, x) for x in r])
319 print "best of %d: %.*g usec per loop" % (repeat, precision, usec)
323 print "best of %d: %.*g msec per loop" % (repeat, precision, msec)
326 print "best of %d: %.*g sec per loop" % (repeat, precision, sec)
  /prebuilts/gdb/linux-x86/lib/python2.7/
timeit.py 20 -v/--verbose: print raw timing results; repeat for more digits precision
267 precision = 3
283 precision += 1
305 print "%d loops -> %.*g secs" % (number, precision, x)
315 print "raw times:", " ".join(["%.*g" % (precision, x) for x in r])
319 print "best of %d: %.*g usec per loop" % (repeat, precision, usec)
323 print "best of %d: %.*g msec per loop" % (repeat, precision, msec)
326 print "best of %d: %.*g sec per loop" % (repeat, precision, sec)
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_ios.i 117 precision() const ;
120 precision(streamsize __prec);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
move.pass.cpp 57 assert(is.precision() == 6);
73 assert(is.precision() == 6);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
move.pass.cpp 55 assert(is.precision() == 6);
71 assert(is.precision() == 6);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
fast_square_root.hpp 67 template <typename T, precision P, template <typename, precision> class vecType>
rotate_normalized_axis.hpp 68 template <typename T, precision P>
81 template <typename T, precision P>
vector_angle.hpp 69 template <typename T, precision P>
77 template <typename T, precision P>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
timeit.py 20 -v/--verbose: print raw timing results; repeat for more digits precision
267 precision = 3
283 precision += 1
305 print "%d loops -> %.*g secs" % (number, precision, x)
315 print "raw times:", " ".join(["%.*g" % (precision, x) for x in r])
319 print "best of %d: %.*g usec per loop" % (repeat, precision, usec)
323 print "best of %d: %.*g msec per loop" % (repeat, precision, msec)
326 print "best of %d: %.*g sec per loop" % (repeat, precision, sec)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
timeit.py 20 -v/--verbose: print raw timing results; repeat for more digits precision
267 precision = 3
283 precision += 1
305 print "%d loops -> %.*g secs" % (number, precision, x)
315 print "raw times:", " ".join(["%.*g" % (precision, x) for x in r])
319 print "best of %d: %.*g usec per loop" % (repeat, precision, usec)
323 print "best of %d: %.*g msec per loop" % (repeat, precision, msec)
326 print "best of %d: %.*g sec per loop" % (repeat, precision, sec)
  /system/core/liblog/include/log/
logprint.h 42 FORMAT_MODIFIER_TIME_USEC, /* switches from msec to usec time precision */
51 FORMAT_MODIFIER_TIME_NSEC, /* switches from msec to nsec time precision */

Completed in 1916 milliseconds

<<51525354555657585960>>