Searched refs:f2c (Results 1 – 9 of 9) sorted by relevance
81 function<int(int, int)> f2c = add<float>(); in test_function() local84 f2c = f2d; in test_function()86 f2c(1.0, 3); in test_function()
49 static const _Float16 f2c; member in C165 return arg * C1::f2c; in func2c()
55 static const __float128 f2c; member in C163 return arg * C1::f2c; in func2c()
116 static const _Float16 f2c; member in C1124 return arg * C1::f2c; in func2c()
21 ObjC-EXE: 0000000100007f2c add x0, x0, #0x20 ; Objc cfstring ref: @"The current date and time is: %…
4 define signext i8 @f2c(float %a) {5 ; CHECK-LABEL: f2c:
270 define signext i8 @f2c(float %x) {271 ; CHECK-LABEL: f2c:
151 void (*f2c)(void){nullptr};
6828 defm f2c : BooleanFFlag<"f2c">, Group<gfortran_Group>;