/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | compat.h | 376 #define HEX_FLT(sm, int, fract, se, exp) \ argument 380 #define HEX_DBL(sm, int, fract, se, exp) \ argument 384 #define HEX_LDBL(sm, int, fract, se, exp) \ argument 391 #define HEX_FLT(sm, int, fract, se, exp) sm 0x##int##.##fract##p##se##exp##F argument 392 #define HEX_DBL(sm, int, fract, se, exp) sm 0x##int##.##fract##p##se##exp argument 393 #define HEX_LDBL(sm, int, fract, se, exp) sm 0x##int##.##fract##p##se##exp##L argument
|
/aosp_15_r20/external/dng_sdk/source/ |
H A D | dng_resample.h | 149 const real32 *Weights32 (uint32 fract) const in Weights32() 165 const int16 *Weights16 (uint32 fract) const in Weights16() 238 const real32 *Weights32 (dng_point fract) const in Weights32() 258 const int16 *Weights16 (dng_point fract) const in Weights16()
|
H A D | dng_render.cpp | 407 real32 fract = y - (real32) index; in Evaluate() local 687 real32 fract = y - (real32) index; in EvaluateInverse() local
|
H A D | dng_1d_table.h | 92 real32 fract = y - z; in Interpolate() local
|
H A D | dng_abort_sniffer.h | 206 void UpdateProgress (real64 fract) in UpdateProgress()
|
H A D | dng_1d_table.cpp | 168 real64 fract = 0.0; in Expand16() local
|
/aosp_15_r20/external/libhevc/common/ |
H A D | ihevc_intra_pred_filters.c | 1268 WORD32 pos, fract; in ihevc_intra_pred_luma_mode_3_to_9() local 1349 WORD32 pos, fract; in ihevc_intra_pred_luma_mode_11_to_17() local 1452 WORD32 inv_ang, inv_ang_sum, pos, fract; in ihevc_intra_pred_luma_mode_19_to_25() local 1548 WORD32 two_nt, pos, fract; in ihevc_intra_pred_luma_mode_27_to_33() local
|
H A D | ihevc_chroma_intra_pred_filters.c | 1130 WORD32 inv_ang, inv_ang_sum, pos, fract; in ihevc_intra_pred_chroma_mode_19_to_25() local 1236 WORD32 pos, fract; in ihevc_intra_pred_chroma_mode_27_to_33() local
|
/aosp_15_r20/device/google/contexthub/firmware/external/arm/ |
D | arm_sin_cos_f32.c | 212 float32_t sinVal, fract, in; /* Temporary variables for input, output */ in arm_sin_f32() local 301 float32_t cosVal, fract, in; /* Temporary variables for input, output */ in arm_cos_f32() local
|
/aosp_15_r20/external/deqp/framework/delibs/debase/ |
H A D | deMath.c | 143 double fract = frexp(x, &tmpExp); in deFractExp() local 158 double fract = modf(a, &integer); in deRoundEven() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r300_nir.h | 114 nir_alu_instr *fract = nir_instr_as_alu(parent); in needs_vs_trig_input_fixup() local 128 nir_alu_instr *fract = nir_instr_as_alu(parent); in needs_fs_trig_input_fixup() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/ |
D | float.rs | 459 fn fract(self) -> Self { in fract() method 858 fn fract(self) -> Self { in fract() method 920 fn fract(self) -> Self { in fract() method 1224 fn fract(self) -> Self; in fract() method
|
/aosp_15_r20/external/aac/libSBRdec/src/ |
H A D | hbe.cpp | 659 FIXP_DBL fract = (FIXP_DBL)(((INT)op_m & CUBE_ROOT_FRACT_BITS_MASK) in invCubeRootNorm2() local 781 FIXP_DBL fract = (FIXP_DBL)(((INT)op_m & FOURTHROOT_FRACT_BITS_MASK) in invFourthRootNorm2() local 897 FIXP_DBL fract = (FIXP_DBL)(((INT)op_m & THREEIGTHROOT_FRACT_BITS_MASK) in inv3EigthRootNorm2() local
|
/aosp_15_r20/external/libhevc/common/arm/ |
H A D | ihevc_intra_pred_filters_neon_intr.c | 2100 WORD32 pos, fract = 100, fract_prev; in ihevc_intra_pred_luma_mode_3_to_9_neonintr() local 2313 WORD32 pos, fract = 1000, fract_prev; in ihevc_intra_pred_luma_mode_11_to_17_neonintr() local 2574 WORD32 inv_ang, inv_ang_sum, pos, fract = 1000, fract_prev;; in ihevc_intra_pred_luma_mode_19_to_25_neonintr() local 2794 WORD32 pos, fract = 0, fract_prev; in ihevc_intra_pred_luma_mode_27_to_33_neonintr() local
|
/aosp_15_r20/frameworks/rs/driver/runtime/ |
H A D | rs_cl.c | 516 FN_FUNC_FN_PFN(fract) in FN_FUNC_FN_PFN() argument 1941 extern half __attribute__((overloadable)) fract(half v, half *iptr) { in fract() function 1956 extern half __attribute__((const, overloadable)) fract(half v) { in fract() function 1961 extern half2 __attribute__((const, overloadable)) fract(half2 v) { in fract() function 1966 extern half3 __attribute__((const, overloadable)) fract(half3 v) { in fract() function 1971 extern half4 __attribute__((const, overloadable)) fract(half4 v) { in fract() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/half/src/ |
D | num_traits.rs | 216 fn fract(self) -> Self { in fract() method 381 fn fract(self) -> Self { in fract() method 954 fn fract(self) -> Self { in fract() method 1119 fn fract(self) -> Self { in fract() method
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkScalar.cpp | 36 SkScalar fract = (searchKey - leftKey) / (rightKey - leftKey); in SkScalarInterpFunc() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_lower_alu.cpp | 93 auto fract = nir_ffract(b, in lower() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/std_float/src/ |
H A D | lib.rs | 140 fn fract(self) -> Self; in fract() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/std_float/src/ |
H A D | lib.rs | 140 fn fract(self) -> Self; in fract() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/std_float/src/ |
H A D | lib.rs | 140 fn fract(self) -> Self; in fract() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/std_float/src/ |
H A D | lib.rs | 140 fn fract(self) -> Self; in fract() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/std_float/src/ |
H A D | lib.rs | 140 fn fract(self) -> Self; in fract() method
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/ |
H A D | SimpleBigDecimal.java | 194 BigInteger fract = bigInt.subtract(floorBigInt.shiftLeft(scale)); in toString() local
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
H A D | SimpleBigDecimal.java | 194 BigInteger fract = bigInt.subtract(floorBigInt.shiftLeft(scale)); in toString() local
|