Home
last modified time | relevance | path

Searched refs:fp32 (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/math/include/math/
Dhalf.h70 struct fp32 { struct
75 explicit constexpr fp32() noexcept : bits(0) { } in fp32() argument
76 explicit constexpr fp32(float f) noexcept : fp(f) { } in fp32() argument
107 fp32 in(v); in ftoh()
134 fp32 out; in htof()
/frameworks/libs/binary_translation/intrinsics/include/berberis/intrinsics/
Dintrinsics_floating_point_impl.h303 Float32 fp32 = bit_cast<Float32>(op_32); in RSqrtEstimate() local
304 fp32 = (FloatType{1.0} / Sqrt(fp32)); in RSqrtEstimate()
305 op_32 = bit_cast<uint32_t>(fp32); in RSqrtEstimate()
/frameworks/av/media/codec2/tests/
DC2Param_test.cpp119 float fp32; member
175 C2FieldDescriptor(&((C2TestStruct_A*)(nullptr))->fp32, "fp"),
190 C2FieldDescriptor((C2TestStruct_A*)0, &C2TestStruct_A::fp32, "fp"),
208 float fp32; member
223 C2FIELD(fp32, "fp")
241 float fp32; member
254 C2FIELD(fp32, "fp")
553 EXPECT_EQ(_C2FieldId(40, 4), _C2FieldId(&((C2TestStruct_A*)0)->fp32)); in TEST_F()
570 EXPECT_EQ(_C2FieldId(40, 4), _C2FieldId((C2TestStruct_A*)0, &C2TestStruct_A::fp32)); in TEST_F()
587 EXPECT_EQ(_C2FieldId(40, 4), _C2FieldId(&C2TestStruct_A::fp32)); in TEST_F()
[all …]