Home
last modified time | relevance | path

Searched defs:FXRep (Results 1 – 9 of 9) sorted by relevance

/external/llvm-libc/test/src/stdfix/
DAbsTest.h15 using FXRep = LIBC_NAMESPACE::fixed_point::FXRep<T>; variable
DRoundTest.h15 using FXRep = LIBC_NAMESPACE::fixed_point::FXRep<T>; variable
DSqrtTest.h19 using FXRep = LIBC_NAMESPACE::fixed_point::FXRep<T>; variable
DISqrtTest.h22 using FXRep = LIBC_NAMESPACE::fixed_point::FXRep<OutType>; variable
DExpTest.h21 using FXRep = LIBC_NAMESPACE::fixed_point::FXRep<T>; variable
/external/llvm-libc/src/stdfix/
Dexphk.cpp41 using FXRep = fixed_point::FXRep<short accum>; typedef
Dexpk.cpp50 using FXRep = fixed_point::FXRep<accum>; typedef
/external/llvm-libc/src/__support/fixed_point/
Dfx_bits.h133 using FXRep = FXRep<T>; in abs() local
145 using FXRep = FXRep<T>; in round() local
/external/llvm-libc/test/UnitTest/
DLibcTest.cpp62 using FXRep = fixed_point::FXRep<T>; in describeValue() typedef