reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
935 COMMON_INTERCEPTOR_ENTER(ctx, frexp, x, exp); 937 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp)); 937 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp)); 938 double res = REAL(frexp)(x, exp);