Home
last modified time | relevance | path

Searched defs:abs32 (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/embdrv/sbc/encoder/srce/
Dsbc_encoder.c29 #define abs32(x) (((x) >= 0) ? (x) : (-(x))) macro
/aosp_15_r20/prebuilts/go/linux-x86/test/codegen/
Dmath.go97 func abs32(x float32) float32 { func
/aosp_15_r20/external/libxaac/encoder/
H A Dixheaace_bits_count.h25 #define abs32(a) (a > 0 ? a : -a) macro
/aosp_15_r20/external/libhevc/encoder/
H A Dia_basic_ops32.h860 static PLATFORM_INLINE WORD32 abs32(WORD32 a) in abs32() function
/aosp_15_r20/external/flac/src/share/grabbag/
H A Dreplaygain.c54 #define abs32(a) (((a)==INT32_MIN)?INT32_MAX:abs(a)) macro
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp787 ARMRelocator::Result abs32(Relocation& pReloc, ARMRelocator& pParent) { in abs32() function
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp843 static MipsRelocator::Result abs32(MipsRelocationInfo& pReloc, in abs32() function