Home
last modified time | relevance | path

Searched refs:aWidth (Results 1 – 16 of 16) sorted by relevance

/external/compiler-rt/lib/builtins/
Dfloatunsitf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatunsitf() local
28 const int exponent = (aWidth - 1) - __builtin_clz(a); in __floatunsitf()
Dfloatunsidf.c26 const int aWidth = sizeof a * CHAR_BIT; in ARM_EABI_FNALIAS() local
32 const int exponent = (aWidth - 1) - __builtin_clz(a); in ARM_EABI_FNALIAS()
Dfloatunditf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatunditf() local
28 const int exponent = (aWidth - 1) - __builtin_clzll(a); in __floatunditf()
Dfloatsitf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatsitf() local
37 const int exponent = (aWidth - 1) - __builtin_clz(aAbs); in __floatsitf()
Dfloatsidf.c26 const int aWidth = sizeof a * CHAR_BIT; in ARM_EABI_FNALIAS() local
40 const int exponent = (aWidth - 1) - __builtin_clz(a); in ARM_EABI_FNALIAS()
Dfloatditf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatditf() local
37 const int exponent = (aWidth - 1) - __builtin_clzll(aAbs); in __floatditf()
Dfloatunsisf.c26 const int aWidth = sizeof a * CHAR_BIT; in ARM_EABI_FNALIAS() local
32 const int exponent = (aWidth - 1) - __builtin_clz(a); in ARM_EABI_FNALIAS()
Dfloatsisf.c26 const int aWidth = sizeof a * CHAR_BIT; in ARM_EABI_FNALIAS() local
40 const int exponent = (aWidth - 1) - __builtin_clz(a); in ARM_EABI_FNALIAS()
/external/llvm-project/compiler-rt/lib/builtins/
Dfloatunsitf.c21 const int aWidth = sizeof a * CHAR_BIT; in __floatunsitf() local
28 const int exponent = (aWidth - 1) - __builtin_clz(a); in __floatunsitf()
Dfloatunditf.c21 const int aWidth = sizeof a * CHAR_BIT; in __floatunditf() local
28 const int exponent = (aWidth - 1) - __builtin_clzll(a); in __floatunditf()
Dfloatsitf.c21 const int aWidth = sizeof a * CHAR_BIT; in __floatsitf() local
36 const int exponent = (aWidth - 1) - __builtin_clz(aAbs); in __floatsitf()
Dfloatunsidf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatunsidf() local
29 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsidf()
Dfloatditf.c21 const int aWidth = sizeof a * CHAR_BIT; in __floatditf() local
36 const int exponent = (aWidth - 1) - __builtin_clzll(aAbs); in __floatditf()
Dfloatsidf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatsidf() local
36 const int exponent = (aWidth - 1) - clzsi(a); in __floatsidf()
Dfloatunsisf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatunsisf() local
29 const int exponent = (aWidth - 1) - __builtin_clz(a); in __floatunsisf()
Dfloatsisf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatsisf() local
36 const int exponent = (aWidth - 1) - __builtin_clz(a); in __floatsisf()