代码搜索:efficient
找到约 1,594 项符合「efficient」的源代码
代码结果 1,594
www.eeworm.com/read/340665/3271507
c wf_sincos.c
/* sincos -- currently no more efficient than two separate calls to
sin and cos. */
#include "fdlibm.h"
#include
#ifdef __STDC__
void sincosf(float x, float *sinx, float *cosx)
#else
v
www.eeworm.com/read/340665/3271566
c w_sincos.c
/* sincos -- currently no more efficient than two separate calls to
sin and cos. */
#include "fdlibm.h"
#include
#ifndef _DOUBLE_IS_32BITS
#ifdef __STDC__
void sincos(double x, double
www.eeworm.com/read/324606/3500286
c dlllib.c
/* dllLib.c - efficient doubly linked list subroutine library */
/* Copyright 1984-1997 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01l,22apr9
www.eeworm.com/read/318603/3567658
c dlllib.c
/* dllLib.c - efficient doubly linked list subroutine library */
/* Copyright 1984-1998 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01n,11nov0
www.eeworm.com/read/317812/3576064
c dlllib.c
/* dllLib.c - efficient doubly linked list subroutine library */
/* Copyright 1984-1998 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01n,11nov0
www.eeworm.com/read/317812/3577311
c dlllib.c
/* dllLib.c - efficient doubly linked list subroutine library */
/* Copyright 1984-1998 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01n,11nov0
www.eeworm.com/read/316872/3594385
h midway.h
/* drivers/atm/midway.h - Efficient Networks Midway (SAR) description */
/* Written 1995-1999 by Werner Almesberger, EPFL LRC/ICA */
#ifndef DRIVERS_ATM_MIDWAY_H
#define DRIVERS_ATM_MIDWAY_H
#d
www.eeworm.com/read/314225/3638885
c dlllib.c
/* dllLib.c - efficient doubly linked list subroutine library */
/* Copyright 1984-1998 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01n,11nov0
www.eeworm.com/read/303768/3808165
c dlllib.c
/* dllLib.c - efficient doubly linked list subroutine library */
/* Copyright 1984-1998 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01n,11nov0
www.eeworm.com/read/298657/3862403
c wf_sincos.c
/* sincos -- currently no more efficient than two separate calls to
sin and cos. */
#include "fdlibm.h"
#include
#ifdef __STDC__
void sincosf(float x, float *sinx, float *cosx)
#else
v