Home
last modified time | relevance | path

Searched refs:aWidth (Results 1 – 8 of 8) 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()
Dfloatunditf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatunditf() local
28 const int exponent = (aWidth - 1) - __builtin_clzll(a); in __floatunditf()
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()
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()