Home
last modified time | relevance | path

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

/external/llvm-project/libclc/generic/lib/math/
Dclc_nextafter.cl7 #define AS_TYPE(x) as_##x
14 INT_TYPE ix = AS_TYPE(INT_TYPE)(x); \
18 INT_TYPE iy = AS_TYPE(INT_TYPE)(y); \
28 return AS_TYPE(FLOAT_TYPE)(r); \
/external/dagger2/java/dagger/internal/codegen/base/
DMoreAnnotationValues.java63 return AS_TYPE.visit(annotationValue); in asType()
66 private static final AnnotationValueVisitor<TypeMirror, Void> AS_TYPE = field in MoreAnnotationValues