Home
last modified time | relevance | path

Searched full:vd2 (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/msun/src/
H A Ds_cbrtl.c109 volatile double vd2 = 0x1.0p32; in cbrtl() local
111 #define vd ((long double)vd2 + vd1) in cbrtl()
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Damlogic,meson-vpu.yaml20 D | vd2 | VIU | | Video Post | | Video Encoders |<---|-----VCLK |
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dulp.c313 #define VD2(x) F (__v_##x, v_##x, x##l, mpfr_##x, 2, 0, d2, 0) macro
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4293 const ValueDecl *VD2 = getAnyDecl(E2); in isSameComparisonOperand() local
4294 return declaresSameEntity(VD1, VD2); in isSameComparisonOperand()
H A DRecordLayoutBuilder.cpp3268 // /vd2 or #pragma vtordisp(2): Always use vtordisps for virtual bases with in computeVtorDispSet()