Searched refs:l2r (Results 1 – 4 of 4) sorted by relevance
386 double l1r, l2r; in greatcircle() local389 l2r = lat2 * RADPERDEG; in greatcircle()391 (cos(l1r) * cos(l2r) * cos((long2-long1)*RADPERDEG)) in greatcircle()392 + (sin(l1r) * sin(l2r))); in greatcircle()
111 uint16_t l2r; member
110 volatile uint16_t l2r; /**< Layer 2 result */
1042 ImplicitCastExpr l2r(ImplicitCastExpr::OnStack, type, CK_LValueToRValue, in EmitBlockLiteral() local1047 EmitExprAsInit(&l2r, &BlockFieldPseudoVar, in EmitBlockLiteral()