代码搜索结果
找到约 25,001 项符合
Power 的代码
expectedoutputpathcalculation.txt
A to the power 1
0 0 0 1 0
0 0 1 0 0
0 1 0 0 0
0 0 1 0 1
1 1 0 0 0
A to the power 2
0 0 1 0 1
0 1 0 0 0
0 0 1 0 0
1 2 0 0 0
0 0 1 1 0
A to the power 3
1 2 0 0 0
0
t-newas
# Build the libraries for both hard and soft floating point and all of the
# different processor models
MULTILIB_OPTIONS = msoft-float \
mcpu=common/mcpu=power/mcpu=powerpc
MULTILIB_DIRNAMES =
power.f90
! Program to test the power (**) operator
program testpow
implicit none
real(kind=4) r, s, two
real(kind=8) :: q
complex(kind=4) :: c, z
real, parameter :: del = 0.0001
integer i, j
builtin-power-1.c
/* Copyright (C) 2004 Free Software Foundation.
Verify that built-in folding of various math "power" functions is
correctly performed by the compiler.
Written by Kaveh Ghazi, 2004-03-11.
isopwr.c
/*++
Copyright (c) 1997-1998 Microsoft Corporation
Module Name:
IsoPwr.c
Abstract:
Isochronous USB device driver for Intel 82930 USB test board
Power Management module
show_pow.c
#include
#include
void main(void)
{
int power;
for (power = -2; power
power.c
/*
* BRIEF MODULE DESCRIPTION
* Au1000 Power Management routines.
*
* Copyright 2001 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
* ppopov@mvista.com or source@mvista.com
*
*
bmpower.c
/****************************************************************************
*
* Module Name: bmpower.c - Driver for ACPI Power Resource 'devices'
* $Revision: 20 $
*
*************************
power.c
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004-2006 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under th
power.c
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004-2006 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under th