Home
last modified time | relevance | path

Searched defs:StorageType (Results 1 – 25 of 215) sorted by relevance

123456789

/external/cronet/stable/third_party/llvm-libc/src/src/__support/
Dstr_to_float.h94 using StorageType = typename FPBits::StorageType; variable
207 using StorageType = typename FPBits::StorageType; variable
344 using StorageType = typename FPBits::StorageType; variable
550 using StorageType = typename FPBits::StorageType; variable
688 using StorageType = typename FPBits::StorageType; variable
770 using StorageType = typename FPBits::StorageType; in binary_exp_to_float() local
889 using StorageType = typename FPBits::StorageType; in decimal_string_to_float() local
1000 using StorageType = typename FPBits::StorageType; in hexadecimal_string_to_float() local
1106 using StorageType = typename FPBits::StorageType; in nan_mantissa_from_ncharseq() local
1130 using StorageType = typename FPBits::StorageType; in strtofloatingpoint() local
[all …]
/external/cronet/tot/third_party/llvm-libc/src/src/__support/
Dstr_to_float.h94 using StorageType = typename FPBits::StorageType; variable
207 using StorageType = typename FPBits::StorageType; variable
344 using StorageType = typename FPBits::StorageType; variable
550 using StorageType = typename FPBits::StorageType; variable
688 using StorageType = typename FPBits::StorageType; variable
770 using StorageType = typename FPBits::StorageType; in binary_exp_to_float() local
889 using StorageType = typename FPBits::StorageType; in decimal_string_to_float() local
1000 using StorageType = typename FPBits::StorageType; in hexadecimal_string_to_float() local
1106 using StorageType = typename FPBits::StorageType; in nan_mantissa_from_ncharseq() local
1130 using StorageType = typename FPBits::StorageType; in strtofloatingpoint() local
[all …]
/external/llvm-libc/src/__support/
Dstr_to_float.h94 using StorageType = typename FPBits::StorageType; variable
207 using StorageType = typename FPBits::StorageType; variable
344 using StorageType = typename FPBits::StorageType; variable
550 using StorageType = typename FPBits::StorageType; variable
688 using StorageType = typename FPBits::StorageType; variable
770 using StorageType = typename FPBits::StorageType; in binary_exp_to_float() local
889 using StorageType = typename FPBits::StorageType; in decimal_string_to_float() local
1000 using StorageType = typename FPBits::StorageType; in hexadecimal_string_to_float() local
1106 using StorageType = typename FPBits::StorageType; in nan_mantissa_from_ncharseq() local
1130 using StorageType = typename FPBits::StorageType; in strtofloatingpoint() local
[all …]
/external/cronet/stable/third_party/llvm-libc/src/src/__support/FPUtil/
DNearestIntegerOperations.h26 using StorageType = typename FPBits<T>::StorageType; in trunc() local
56 using StorageType = typename FPBits<T>::StorageType; in ceil() local
109 using StorageType = typename FPBits<T>::StorageType; in round() local
159 using StorageType = typename FPBits<T>::StorageType; in round_using_specific_rounding_mode() local
268 using StorageType = typename FPBits<T>::StorageType; in fromfp() local
Dfpbits_str.h38 using StorageType = typename fputil::FPBits<T>::StorageType; in str() local
/external/llvm-libc/src/__support/FPUtil/
DNearestIntegerOperations.h26 using StorageType = typename FPBits<T>::StorageType; in trunc() local
56 using StorageType = typename FPBits<T>::StorageType; in ceil() local
109 using StorageType = typename FPBits<T>::StorageType; in round() local
159 using StorageType = typename FPBits<T>::StorageType; in round_using_specific_rounding_mode() local
268 using StorageType = typename FPBits<T>::StorageType; in fromfp() local
Dfpbits_str.h38 using StorageType = typename fputil::FPBits<T>::StorageType; in str() local
/external/cronet/tot/third_party/llvm-libc/src/src/__support/FPUtil/
DNearestIntegerOperations.h26 using StorageType = typename FPBits<T>::StorageType; in trunc() local
56 using StorageType = typename FPBits<T>::StorageType; in ceil() local
109 using StorageType = typename FPBits<T>::StorageType; in round() local
159 using StorageType = typename FPBits<T>::StorageType; in round_using_specific_rounding_mode() local
268 using StorageType = typename FPBits<T>::StorageType; in fromfp() local
Dfpbits_str.h38 using StorageType = typename fputil::FPBits<T>::StorageType; in str() local
/external/llvm-libc/test/src/math/exhaustive/
Dexhaustive_test.h47 using StorageType = typename FPBits::StorageType; member
80 using StorageType = typename FPBits::StorageType; member
117 using StorageType = typename Checker::StorageType; member
/external/cronet/tot/third_party/llvm-libc/src/test/src/math/exhaustive/
Dexhaustive_test.h47 using StorageType = typename FPBits::StorageType; member
80 using StorageType = typename FPBits::StorageType; member
117 using StorageType = typename Checker::StorageType; member
/external/cronet/stable/third_party/llvm-libc/src/test/src/math/exhaustive/
Dexhaustive_test.h47 using StorageType = typename FPBits::StorageType; member
80 using StorageType = typename FPBits::StorageType; member
117 using StorageType = typename Checker::StorageType; member
/external/cronet/tot/third_party/llvm-libc/src/test/src/math/
DILogbTest.h80 using StorageType = typename FPBits::StorageType; in test_subnormal_range() local
99 using StorageType = typename FPBits::StorageType; in test_subnormal_range() local
/external/cronet/stable/third_party/llvm-libc/src/test/src/math/
DILogbTest.h80 using StorageType = typename FPBits::StorageType; in test_subnormal_range() local
99 using StorageType = typename FPBits::StorageType; in test_subnormal_range() local
/external/llvm-libc/test/src/math/
DILogbTest.h80 using StorageType = typename FPBits::StorageType; in test_subnormal_range() local
99 using StorageType = typename FPBits::StorageType; in test_subnormal_range() local
/external/cronet/tot/third_party/llvm-libc/src/src/__support/FPUtil/x86_64/
DNextUpDownLongDouble.h37 using StorageType = typename FPBits_t::StorageType; in nextupdown() local
DNextAfterLongDouble.h46 using StorageType = FPBits::StorageType; in nextafter() local
/external/cronet/stable/third_party/llvm-libc/src/src/__support/FPUtil/x86_64/
DNextUpDownLongDouble.h37 using StorageType = typename FPBits_t::StorageType; in nextupdown() local
DNextAfterLongDouble.h46 using StorageType = FPBits::StorageType; in nextafter() local
/external/llvm-libc/src/__support/FPUtil/x86_64/
DNextUpDownLongDouble.h37 using StorageType = typename FPBits_t::StorageType; in nextupdown() local
DNextAfterLongDouble.h46 using StorageType = FPBits::StorageType; in nextafter() local
/external/googleapis/google/bigtable/admin/v2/
Dcommon.proto30 enum StorageType { enum
/external/chromiumos-config/proto/chromiumos/test/lab/api/
Dstorage.proto11 enum StorageType { enum
/external/cronet/stable/base/functional/
Dbind_internal.h184 using StorageType = variable
281 using StorageType = variable
/external/cronet/tot/base/functional/
Dbind_internal.h184 using StorageType = variable
281 using StorageType = variable

123456789