/aosp_15_r20/external/llvm-libc/src/__support/ |
H A D | str_to_float.h | 94 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 …]
|
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/ |
H A D | NearestIntegerOperations.h | 26 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
|
H A D | BasicOperations.h | 327 using StorageType = typename FPBits::StorageType; in totalorder() local 344 using StorageType = typename FPBits::StorageType; in getpayload() local 382 using StorageType = typename FPBits::StorageType; in setpayload() local
|
H A D | fpbits_str.h | 38 using StorageType = typename fputil::FPBits<T>::StorageType; in str() local
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/ |
D | bit_string.h | 40 using StorageType = uint32_t; member 65 explicit operator StorageType() const { in StorageType() function 143 using StorageType = BitStringChar::StorageType; member 226 explicit operator StorageType() const { in StorageType() function
|
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/ |
D | bit_string.h | 40 using StorageType = uint32_t; member 65 explicit operator StorageType() const { in StorageType() function 143 using StorageType = BitStringChar::StorageType; member 226 explicit operator StorageType() const { in StorageType() function
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/ |
D | bit_string.h | 40 using StorageType = uint32_t; member 65 explicit operator StorageType() const { in StorageType() function 143 using StorageType = BitStringChar::StorageType; member 226 explicit operator StorageType() const { in StorageType() function
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/ |
D | bit_string.h | 40 using StorageType = uint32_t; member 65 explicit operator StorageType() const { in StorageType() function 143 using StorageType = BitStringChar::StorageType; member 226 explicit operator StorageType() const { in StorageType() function
|
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/ |
D | bit_string.h | 40 using StorageType = uint32_t; member 65 explicit operator StorageType() const { in StorageType() function 143 using StorageType = BitStringChar::StorageType; member 226 explicit operator StorageType() const { in StorageType() function
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/ |
D | bit_string.h | 40 using StorageType = uint32_t; member 65 explicit operator StorageType() const { in StorageType() function 143 using StorageType = BitStringChar::StorageType; member 226 explicit operator StorageType() const { in StorageType() function
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/ |
D | bit_string.h | 40 using StorageType = uint32_t; member 65 explicit operator StorageType() const { in StorageType() function 143 using StorageType = BitStringChar::StorageType; member 226 explicit operator StorageType() const { in StorageType() function
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/ |
D | bit_string.h | 40 using StorageType = uint32_t; member 65 explicit operator StorageType() const { in StorageType() function 143 using StorageType = BitStringChar::StorageType; member 226 explicit operator StorageType() const { in StorageType() function
|
/aosp_15_r20/art/libartbase/base/ |
H A D | bit_string.h | 40 using StorageType = uint32_t; member 65 explicit operator StorageType() const { in StorageType() function 143 using StorageType = BitStringChar::StorageType; member 226 explicit operator StorageType() const { in StorageType() function
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/ |
D | bit_string.h | 40 using StorageType = uint32_t; member 65 explicit operator StorageType() const { in StorageType() function 143 using StorageType = BitStringChar::StorageType; member 226 explicit operator StorageType() const { in StorageType() function
|
/aosp_15_r20/external/llvm-libc/test/src/math/exhaustive/ |
H A D | exhaustive_test.h | 47 using StorageType = typename FPBits::StorageType; member 80 using StorageType = typename FPBits::StorageType; member 117 using StorageType = typename Checker::StorageType; member
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/spa/app/storage/ |
D | StorageType.java | 20 public abstract class StorageType { class 25 private StorageType(@androidx.annotation.StringRes() in StorageType() method in StorageType
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuFloat.hpp | 60 typedef StorageType_ StorageType; typedef in tcu::Float 81 …static inline Float convert(const Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Fla… in convert() 171 …inline bool operator<(const Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags> &o… in operator <() argument
|
/aosp_15_r20/external/llvm-libc/test/src/math/ |
H A D | ILogbTest.h | 80 using StorageType = typename FPBits::StorageType; in test_subnormal_range() local 99 using StorageType = typename FPBits::StorageType; in test_subnormal_range() local
|
/aosp_15_r20/external/cronet/base/functional/ |
H A D | bind_internal.h | 186 using StorageType = variable 283 using StorageType = variable
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/spa/app/storage/ |
D | StorageAppList.kt | 61 sealed class StorageType( class
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | jit_type.h | 1469 struct TORCH_API StorageType : public Type { struct 1479 static const TypeKind Kind = TypeKind::StorageType; argument 1484 StorageType() : Type(TypeKind::StorageType) {} in StorageType() argument
|
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/x86_64/ |
H A D | NextUpDownLongDouble.h | 37 using StorageType = typename FPBits_t::StorageType; in nextupdown() local
|
H A D | NextAfterLongDouble.h | 46 using StorageType = FPBits::StorageType; in nextafter() local
|
/aosp_15_r20/external/googleapis/google/bigtable/admin/v2/ |
H A D | common.proto | 30 enum StorageType { enum
|
/aosp_15_r20/external/llvm-libc/test/src/math/smoke/ |
H A D | RIntTest.h | 33 using StorageType = typename FPBits::StorageType; variable
|