Home
last modified time | relevance | path

Searched defs:est (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Darm64-vrsqrt.c31 float32x2_t test_vrsqrts_f32(float32x2_t est, float32x2_t val) { in test_vrsqrts_f32()
38 float32x4_t test_vrsqrtsq_f32(float32x4_t est, float32x4_t val) { in test_vrsqrtsq_f32()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp1694 ExceptionSpecificationType est = getExceptionSpecType(); in getNoexceptSpec() local