Home
last modified time | relevance | path

Searched refs:InternalFPF (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/VEX/switchback/
Dtest_emfloat.c515 } InternalFPF; typedef
518 void SetupCPUEmFloatArrays(InternalFPF *abase,
519 InternalFPF *bbase, InternalFPF *cbase, ulong arraysize);
521 ulong DoEmFloatIteration(InternalFPF *abase,
522 InternalFPF *bbase, InternalFPF *cbase,
525 static void SetInternalFPFZero(InternalFPF *dest,
527 static void SetInternalFPFInfinity(InternalFPF *dest,
529 static void SetInternalFPFNaN(InternalFPF *dest);
535 static void StickyShiftRightMant(InternalFPF *ptr,int amount);
536 static void normalize(InternalFPF *ptr);
[all …]
/external/clang/test/CodeGen/
D2002-07-31-BadAssert.c6 } InternalFPF; typedef
9 static void SetInternalFPFZero(InternalFPF *dest) { in SetInternalFPFZero()
13 void denormalize(InternalFPF *ptr) { in denormalize()