HomeSort by relevance Sort by last modified time
    Searched refs:phase (Results 276 - 300 of 774) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/math/
tan.go 106 j := int64(x * M4PI) // integer part of x/(Pi/4), as integer for tests on the phase angle
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
main.go 268 // expect form ssa/phase/flag
270 // _ in phase name also matches space
271 phase := name[4:]
273 if i := strings.Index(phase, "/"); i >= 0 {
274 flag = phase[i+1:]
275 phase = phase[:i]
277 err := ssa.PhaseOption(phase, flag, val, valstring)
340 // Phase 1: const, type, and names and types of funcs.
353 // Phase 2: Variable assignments
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
ordering.go 24 // the full type-checking phase.
  /prebuilts/go/linux-x86/src/math/
tan.go 106 j := int64(x * M4PI) // integer part of x/(Pi/4), as integer for tests on the phase angle
  /bionic/libc/kernel/uapi/linux/
input.h 157 __u16 phase; member in struct:ff_periodic_effect
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
BaseUiFragment.java 93 .setTitle(getResources().getStringArray(R.array.phase)[phaseIndex])
  /development/tools/checkcolor/src/main/java/com/google/checkcolor/lint/
HardcodedColorDetector.java 56 * Phase 1:
60 * Phase 2:
144 final int phase = context.getPhase(); local
  /external/freetype/src/truetype/
ttinterp.h 221 FT_F26Dot6 phase; /* `SuperRounding' */ member in struct:TT_ExecContextRec_
  /external/kernel-headers/original/uapi/linux/
input.h 366 * @phase: 'horizontal' shift
383 __u16 phase; member in struct:ff_periodic_effect
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 122 @ update and store phase
ARM-E_interpolate_noloop_gnu.s 117 @ update and store phase
  /external/strace/tests/
ioctl_evdev.c 233 ", offset=%hd, phase=%hu",
236 ffe->u.periodic.phase);
  /external/strace/tests-m32/
ioctl_evdev.c 233 ", offset=%hd, phase=%hu",
236 ffe->u.periodic.phase);
  /external/strace/tests-mx32/
ioctl_evdev.c 233 ", offset=%hd, phase=%hu",
236 ffe->u.periodic.phase);
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_haptic.h 495 * Phase is given by hundredth of a cycle meaning that giving the phase a value
497 * - 0: No phase displacement.
558 Uint16 phase; /**< Horizontal shift given by hundredth of a cycle. */ member in struct:SDL_HapticPeriodic
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_haptic.h 495 * Phase is given by hundredth of a cycle meaning that giving the phase a value
497 * - 0: No phase displacement.
558 Uint16 phase; /**< Horizontal shift given by hundredth of a cycle. */ member in struct:SDL_HapticPeriodic
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_haptic.h 495 * Phase is given by hundredth of a cycle meaning that giving the phase a value
497 * - 0: No phase displacement.
558 Uint16 phase; /**< Horizontal shift given by hundredth of a cycle. */ member in struct:SDL_HapticPeriodic
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_haptic.h 495 * Phase is given by hundredth of a cycle meaning that giving the phase a value
497 * - 0: No phase displacement.
558 Uint16 phase; /**< Horizontal shift given by hundredth of a cycle. */ member in struct:SDL_HapticPeriodic
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-p2-facade/0.18.1/
tycho-p2-facade-0.18.1.jar 
  /external/pdfium/third_party/freetype/src/cff/
cffgload.c 1457 FT_Int phase = ( op == cff_op_hlineto ); local
1619 FT_Int phase; local
    [all...]
  /external/dng_sdk/source/
dng_negative.cpp     [all...]
  /prebuilts/misc/common/robolectric/lib/
maven-artifact-manager-2.2.1.jar 
maven-ant-tasks-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/
maven-artifact-manager-2.2.1.jar 
  /external/ppp/pppd/
options.c 682 if ((opt->flags & OPT_INITONLY) && phase != PHASE_INITIALIZE) {
1048 if (phase == PHASE_INITIALIZE)
1059 if (phase == PHASE_INITIALIZE) {
1073 if (phase == PHASE_INITIALIZE) {
1083 * stderr if phase == PHASE_INITIALIZE.
1100 if (phase == PHASE_INITIALIZE)
    [all...]

Completed in 1084 milliseconds

<<11121314151617181920>>