Lines Matching refs:remquo
8137 float __ovld remquo(float, float, int *);
8138 float2 __ovld remquo(float2, float2, int2 *);
8139 float3 __ovld remquo(float3, float3, int3 *);
8140 float4 __ovld remquo(float4, float4, int4 *);
8141 float8 __ovld remquo(float8, float8, int8 *);
8142 float16 __ovld remquo(float16, float16, int16 *);
8144 double __ovld remquo(double, double, int *);
8145 double2 __ovld remquo(double2, double2, int2 *);
8146 double3 __ovld remquo(double3, double3, int3 *);
8147 double4 __ovld remquo(double4, double4, int4 *);
8148 double8 __ovld remquo(double8, double8, int8 *);
8149 double16 __ovld remquo(double16, double16, int16 *);
8152 half __ovld remquo(half, half, int *);
8153 half2 __ovld remquo(half2, half2, int2 *);
8154 half3 __ovld remquo(half3, half3, int3 *);
8155 half4 __ovld remquo(half4, half4, int4 *);
8156 half8 __ovld remquo(half8, half8, int8 *);
8157 half16 __ovld remquo(half16, half16, int16 *);
8162 float __ovld remquo(float, float, __global int *);
8163 float2 __ovld remquo(float2, float2, __global int2 *);
8164 float3 __ovld remquo(float3, float3, __global int3 *);
8165 float4 __ovld remquo(float4, float4, __global int4 *);
8166 float8 __ovld remquo(float8, float8, __global int8 *);
8167 float16 __ovld remquo(float16, float16, __global int16 *);
8168 float __ovld remquo(float, float, __local int *);
8169 float2 __ovld remquo(float2, float2, __local int2 *);
8170 float3 __ovld remquo(float3, float3, __local int3 *);
8171 float4 __ovld remquo(float4, float4, __local int4 *);
8172 float8 __ovld remquo(float8, float8, __local int8 *);
8173 float16 __ovld remquo(float16, float16, __local int16 *);
8174 float __ovld remquo(float, float, __private int *);
8175 float2 __ovld remquo(float2, float2, __private int2 *);
8176 float3 __ovld remquo(float3, float3, __private int3 *);
8177 float4 __ovld remquo(float4, float4, __private int4 *);
8178 float8 __ovld remquo(float8, float8, __private int8 *);
8179 float16 __ovld remquo(float16, float16, __private int16 *);
8181 double __ovld remquo(double, double, __global int *);
8182 double2 __ovld remquo(double2, double2, __global int2 *);
8183 double3 __ovld remquo(double3, double3, __global int3 *);
8184 double4 __ovld remquo(double4, double4, __global int4 *);
8185 double8 __ovld remquo(double8, double8, __global int8 *);
8186 double16 __ovld remquo(double16, double16, __global int16 *);
8187 double __ovld remquo(double, double, __local int *);
8188 double2 __ovld remquo(double2, double2, __local int2 *);
8189 double3 __ovld remquo(double3, double3, __local int3 *);
8190 double4 __ovld remquo(double4, double4, __local int4 *);
8191 double8 __ovld remquo(double8, double8, __local int8 *);
8192 double16 __ovld remquo(double16, double16, __local int16 *);
8193 double __ovld remquo(double, double, __private int *);
8194 double2 __ovld remquo(double2, double2, __private int2 *);
8195 double3 __ovld remquo(double3, double3, __private int3 *);
8196 double4 __ovld remquo(double4, double4, __private int4 *);
8197 double8 __ovld remquo(double8, double8, __private int8 *);
8198 double16 __ovld remquo(double16, double16, __private int16 *);
8201 half __ovld remquo(half, half, __global int *);
8202 half2 __ovld remquo(half2, half2, __global int2 *);
8203 half3 __ovld remquo(half3, half3, __global int3 *);
8204 half4 __ovld remquo(half4, half4, __global int4 *);
8205 half8 __ovld remquo(half8, half8, __global int8 *);
8206 half16 __ovld remquo(half16, half16, __global int16 *);
8207 half __ovld remquo(half, half, __local int *);
8208 half2 __ovld remquo(half2, half2, __local int2 *);
8209 half3 __ovld remquo(half3, half3, __local int3 *);
8210 half4 __ovld remquo(half4, half4, __local int4 *);
8211 half8 __ovld remquo(half8, half8, __local int8 *);
8212 half16 __ovld remquo(half16, half16, __local int16 *);
8213 half __ovld remquo(half, half, __private int *);
8214 half2 __ovld remquo(half2, half2, __private int2 *);
8215 half3 __ovld remquo(half3, half3, __private int3 *);
8216 half4 __ovld remquo(half4, half4, __private int4 *);
8217 half8 __ovld remquo(half8, half8, __private int8 *);
8218 half16 __ovld remquo(half16, half16, __private int16 *);