Home
last modified time | relevance | path

Searched defs:max_ (Results 1 – 7 of 7) sorted by relevance

/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/modules/skcms/src/
H A DTransform_inl.h228 SI F max_(F x, F y) { return (F)vmaxq_f16((float16x8_t)x, (float16x8_t)y); } in max_() function
231 SI F max_(F x, F y) { return (F)vmaxq_f32((float32x4_t)x, (float32x4_t)y); } in max_() function
234 SI F max_(F x, F y) { return if_then_else(x < y, y, x); } in max_() function
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/modules/skcms/src/
H A DTransform_inl.h228 SI F max_(F x, F y) { return (F)vmaxq_f16((float16x8_t)x, (float16x8_t)y); } in max_() function
231 SI F max_(F x, F y) { return (F)vmaxq_f32((float32x4_t)x, (float32x4_t)y); } in max_() function
234 SI F max_(F x, F y) { return if_then_else(x < y, y, x); } in max_() function
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/modules/skcms/src/
H A DTransform_inl.h228 SI F max_(F x, F y) { return (F)vmaxq_f16((float16x8_t)x, (float16x8_t)y); } in max_() function
231 SI F max_(F x, F y) { return (F)vmaxq_f32((float32x4_t)x, (float32x4_t)y); } in max_() function
234 SI F max_(F x, F y) { return if_then_else(x < y, y, x); } in max_() function
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/modules/skcms/src/
H A DTransform_inl.h228 SI F max_(F x, F y) { return (F)vmaxq_f16((float16x8_t)x, (float16x8_t)y); } in max_() function
231 SI F max_(F x, F y) { return (F)vmaxq_f32((float32x4_t)x, (float32x4_t)y); } in max_() function
234 SI F max_(F x, F y) { return if_then_else(x < y, y, x); } in max_() function
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/modules/skcms/src/
H A DTransform_inl.h228 SI F max_(F x, F y) { return (F)vmaxq_f16((float16x8_t)x, (float16x8_t)y); } in max_() function
231 SI F max_(F x, F y) { return (F)vmaxq_f32((float32x4_t)x, (float32x4_t)y); } in max_() function
234 SI F max_(F x, F y) { return if_then_else(x < y, y, x); } in max_() function
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/modules/skcms/src/
H A DTransform_inl.h228 SI F max_(F x, F y) { return (F)vmaxq_f16((float16x8_t)x, (float16x8_t)y); } in max_() function
231 SI F max_(F x, F y) { return (F)vmaxq_f32((float32x4_t)x, (float32x4_t)y); } in max_() function
234 SI F max_(F x, F y) { return if_then_else(x < y, y, x); } in max_() function
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/modules/skcms/src/
H A DTransform_inl.h228 SI F max_(F x, F y) { return (F)vmaxq_f16((float16x8_t)x, (float16x8_t)y); } in max_() function
231 SI F max_(F x, F y) { return (F)vmaxq_f32((float32x4_t)x, (float32x4_t)y); } in max_() function
234 SI F max_(F x, F y) { return if_then_else(x < y, y, x); } in max_() function