Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/llvm-libc/src/__support/
H A 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 …]
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/
H A 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
H A DBasicOperations.h327 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 Dfpbits_str.h38 using StorageType = typename fputil::FPBits<T>::StorageType; in str() local
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dbit_string.h40 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/
Dbit_string.h40 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/
Dbit_string.h40 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/
Dbit_string.h40 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/
Dbit_string.h40 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/
Dbit_string.h40 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/
Dbit_string.h40 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/
Dbit_string.h40 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 Dbit_string.h40 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/
Dbit_string.h40 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 Dexhaustive_test.h47 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/
DStorageType.java20 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 DtcuFloat.hpp60 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 DILogbTest.h80 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 Dbind_internal.h186 using StorageType = variable
283 using StorageType = variable
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/spa/app/storage/
DStorageAppList.kt61 sealed class StorageType( class
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Djit_type.h1469 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 DNextUpDownLongDouble.h37 using StorageType = typename FPBits_t::StorageType; in nextupdown() local
H A DNextAfterLongDouble.h46 using StorageType = FPBits::StorageType; in nextafter() local
/aosp_15_r20/external/googleapis/google/bigtable/admin/v2/
H A Dcommon.proto30 enum StorageType { enum
/aosp_15_r20/external/llvm-libc/test/src/math/smoke/
H A DRIntTest.h33 using StorageType = typename FPBits::StorageType; variable

1234567