Home
last modified time | relevance | path

Searched refs:p27 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dlog10f.c85 float32x4_t p27 = vfmaq_f32 (c23, r2, p47); in V_NAME_F1() local
86 float32x4_t poly = vfmaq_f32 (c01, r2, p27); in V_NAME_F1()
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-pca953x.txt80 "shdn-hs-amp", "chg-status+red", "green", "blue", "en-esata", "fault1", "p26", "p27";
/freebsd/contrib/arm-optimized-routines/math/
H A Dpoly_generic.h208 VTYPE p27 = VWRAP (pw_horner_5) (x, x2, poly + 2); in VWRAP() local
210 return FMA (x2, p27, p01); in VWRAP()
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dsv_poly_generic.h221 VTYPE p27 = VWRAP (pw_horner_5) (pg, x, x2, poly + 2); in VWRAP() local
223 return svmla_x (pg, p01, x2, p27); in VWRAP()
/freebsd/contrib/ntp/
H A DChangeLog3141 (4.2.7p27) 2010/04/27 Released by Harlan Stenn <stenn@ntp.org>