Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
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()
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()
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()