Searched refs:arg_double (Results 1 – 3 of 3) sorted by relevance
16 define void @arg_double( double %val ) {17 ; CHECK-LABEL: arg_double:91 call void @arg_double( double 1.0 )
27 define void @arg_double( double %val ) {28 ; CHECK-LABEL: arg_double:199 ; CHECK-LE-NEXT: bl arg_double208 ; CHECK-BE-NEXT: bl arg_double210 call void @arg_double( double 1.0 )
371 double arg_double = 3.0; in TestComplexExample() local372 res1 = form_pat.format( arg_double, str, fpos ); in TestComplexExample()